Welcome![Sign In][Sign Up]
Location:
Search - PSNR ANALYSIS

Search list

[Compress-Decompress algrithmsSPIHT(Matlab).zip

Description:

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Platform: | Size: 232873 | Author: jasonchang | Hits:

[GDI-Bitmapmi-fil

Description: 图像中值滤波,利用中值滤波和低通滤波进行比较,分析PSNR,得出性能差别-image filtering, using median filter and a low-pass filter, PSNR analysis, the performance differences come
Platform: | Size: 30048 | Author: ricky | Hits:

[GDI-Bitmapmi-fil

Description: 图像中值滤波,利用中值滤波和低通滤波进行比较,分析PSNR,得出性能差别-image filtering, using median filter and a low-pass filter, PSNR analysis, the performance differences come
Platform: | Size: 29696 | Author: ricky | Hits:

[Multimedia programavsnr4

Description: 计算原始图像和压缩图像之间average psnr的工具,做多媒体分析方面的人都需要。-Calculation of the original image and compressed image among average psnr tools make multi-media analysis are required.
Platform: | Size: 27648 | Author: zhangjiessie | Hits:

[Special Effectspsnr

Description: 分析计算高清、标清电视视频序列的PSNR。 给出yuv文件,然后只需代码中给出自己需要是高清的,国标电视视频1920*1080,标清720*576,然后分析各个电视画面帧的PSNR值。-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file, then just give the code to their own needs are high-definition, and GB TV Video 1920* 1080, SD 720* 576, and then analyze all the TV screen frame PSNR values.
Platform: | Size: 7168 | Author: Freddie | Hits:

[VC/MFCDYUV2BMP

Description: 视频序列psnr对比分析工具 -Comparative analysis of video sequences psnr tools
Platform: | Size: 22528 | Author: yunshi | Hits:

[CSharpdesign_gk

Description: 在VC6.0下的计算PSNR的小程序-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file
Platform: | Size: 2920448 | Author: 张彦明 | Hits:

[Special EffectsSuper-Resolution--

Description:  针对视频序列的超分辨率重建,提出了一种动态自适应滤波方法. 在最大后验概率估计和加权最小二乘 的基础上,给出视频序列超分辨率重建数学模型 深入研究了运动补偿矩阵和权值矩阵的构成和性质 详细推导了 自适应滤波器的递推公式 分析了算法的存储与计算复杂度. 仿真实验表明该算法的重建结果相当有效,相比双三 次插值和无运动补偿的单帧迭代重建,可以获得一定的PSNR 增益 与Elad 滤波方法相比,具有更小的计算量和 更强的自适应性和鲁棒性.-Super-resolution for the reconstruction of video sequence, a dynamic adaptive filter. The maximum a posteriori probability estimation and weighted least squares, based on the super-resolution reconstruction of video sequence is given mathematical model in-depth study of the motion compensation matrix and weighted matrix composition and properties detailed derivation of the adaptive filter recurrence formula analysis of algorithms for the storage and computational complexity. Simulation results show that reconstruction of the algorithm very effective, compared to bicubic interpolation and non- Iterative reconstruction of single-frame motion compensation, allowed a certain PSNR gain and Elad filtering method, the calculation has a smaller volume and greater adaptability and robustness.
Platform: | Size: 269312 | Author: redxuech | Hits:

[Special Effectsmesasnrapsnr

Description: 图像边缘处理后,用PSNR和SNR等参数进行性能分析,通过matLAB实现,-Edge processing, the use of parameters such as PSNR and SNR performance analysis, through matLAB achieved
Platform: | Size: 1024 | Author: 向睿 | Hits:

[Software Engineeringsteganography

Description: This documetn analysis the stegnography and psnr value sof the gererated file in
Platform: | Size: 447488 | Author: Rajesh | Hits:

[Special Effectsimage-operations-

Description: 3 图像基本处理操作(图像显示、读写、像素统计处理、图像文件I/O等) 4 图像质量的客观评价(峰值信噪比PSNR及其应用) 5 图像的代数运算(绝对值差函数imabsdiff,叠加函数imadd,图像的旋转imrotate) 6 视频处理(创建AVI视频) 7 图像增强(直方图、直方图均化、均值滤波、中值滤波) 8 图像形态学分析(膨胀、腐蚀、开、闭运算、轮廓提取) -3 basic image processing operations (image display, read and write, pixel statistics processing, image file I/O, etc.) 4 objective evaluation of image quality (PSNR peak signal to noise ratio and its application) 5 images of algebraic operations (sum of absolute differences function imabsdiff , superimposed function imadd, image rotation imrotate) 6 video processing (creating AVI video) 7 image enhancement (histogram, histogram equalization, mean filtering, median filtering) 8 image morphology analysis (expansion, erosion, opening and closing operations, contour extraction)
Platform: | Size: 4096 | Author: 李辛昭 | Hits:

[Otherpsnr

Description: 对一幅分别添加了椒盐噪声和高斯白噪声的图象进行均值和中值滤波(取三种不同大小的模板),并分析实验结果。-An added salt and pepper noise and Gaussian white noise image mean and median filter (to take three different size of the template), and analysis of the experimental results.
Platform: | Size: 3402752 | Author: songkaihua | Hits:

[Software EngineeringNew-Folder-(4)

Description: In this paper the analysis of the compression process was performed by comparing the compressed signal against the original signal. To do this the most powerful speech analysis and compression techniques such as Linear Predictive Coding (LPC) and Discrete Wavelet Transform (DWT) was implemented using MATLAB. Here nine samples of spoken words are collected from different speakers and are used for implementation. The results obtained from LPC were compared with other compression technique called Discrete Wavelet Transform. Finally the results were evaluated in terms of compressed ratio (CR), Peak signal-to-noise ratio (PSNR) and Normalized root-mean square error (NRMSE).The result shows that DWT performance was better for these samples than the LPC method.
Platform: | Size: 147456 | Author: Ambika | Hits:

[Otherpsnr

Description: 数值分析答案,高教版非常详细,配有各章习题-Numerical analysis answers HIGHER very detailed, with each chapter exercises
Platform: | Size: 2581504 | Author: 进度款 | Hits:

[matlabimagequalityanalysis

Description: Image quality analysis using median and weiner filter finding the PSNR ratio
Platform: | Size: 785408 | Author: ganeshan | Hits:

[Compress-Decompress algrithmsV1I7-0028

Description: Performance analysis of steganography is done for selecting better wavelet for application by analyzing Peak Signal Noise Ratio(PSNR) of different wavelet families like Haar, Daubechies, Biorthogonal, Reverse Biorthogonal & Meyer wavelet(dmey) on result oriented basis using Matlab environment.
Platform: | Size: 599040 | Author: mihaela | Hits:

[matlabNOISE

Description: source code contains information about noise removal medical images using different algotithms like inteeligent water drop algorithm, median filter and wavelet filters denoising. this source code has all parameter analysis like psnr,epi-source code contains information about noise removal medical images using different algotithms like inteeligent water drop algorithm, median filter and wavelet filters denoising. this source code has all parameter analysis like psnr,epi
Platform: | Size: 1401856 | Author: vikas | Hits:

[Special Effectsxiaobobianhuan

Description: 有关小波变换的,有一层、二层、三层、四层小波变换的比较,还有PSNR分析-About the wavelet transform, a relatively one, two, three, four wavelet transform, as well as PSNR analysis
Platform: | Size: 3982336 | Author: 刘环 | Hits:

[Compress-Decompress algrithmsJPEG_Codec

Description: This a JPEG codec with AC/DC Huffman entropy coding, 4:2:0 Sampling, RGB/YCbCr converter. 2D-DCT and Quantization is included in the JPEG_Main. There also a Huffman table list in .txt, two sample testing picture and the bitrate-PSNR , CompressionRatio-bitrate comparison analysis. The main function is JPEG_Main, and the others is sub-main funtion. Last but not least, the total implementation is based on the reference 映像情報メディア学会 ,which is written by 吉田俊之-This is a JPEG codec with AC/DC Huffman entropy coding, 4:2:0 Sampling, RGB/YCbCr converter. 2D-DCT and Quantization is included in the JPEG_Main. There also a Huffman table list in .txt, two sample testing picture and the bitrate-PSNR , CompressionRatio-bitrate comparison analysis. The main function is JPEG_Main, and the others is sub-main funtion. Last but not least, the total implementation is based on the reference 映像情報メディア学会 ,which is written by 吉田俊之
Platform: | Size: 828416 | Author: Chao-Tin Wu | Hits:

[ApplicationsWRFPNGP

Description: Image median filtering, the use of median filtering and low pass filtering comparison, analysis of PSNR, it is concluded that the performance difference
Platform: | Size: 29696 | Author: ixfrdstrucpyre | Hits:
« 12 »

CodeBus www.codebus.net